CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - shamir secret sharing

搜索资源列表

  1. Library_of_Cryptographic

    0下载:
  2. a C++ Class Library of Cryptographic Primitives This library includes: MD2, MD5, SHA-1, HAVAL, Tiger, RIPE-MD160, MD5-MAC, HMAC, XOR-MAC, DES, IDEA, WAKE, 3-WAY, TEA, SAFER, Blowfish, SHARK, GOST, CAST-128, Square,Diamond2, Sapphire, RC2, RC5,
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:388055
    • 提供者:刘永
  1. howtosharesecret

    1下载:
  2. shamir的秘密分享机制的原文。秘密分享门限机制中,利用拉格朗日插值多项式来恢复。-shamir secret-sharing mechanism in the original language. Threshold secret sharing mechanism, the use of Lagrange polynomial interpolation to restore.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:184303
    • 提供者:黄海凌
  1. secretshare_VC++

    0下载:
  2. Shamir秘密分享与恢复算法的VC++程序,主要是使用平面上k点可以决定k-1次方的多项式,以k点为门槛值,应用Lagrange多项式插入方法的技术,回复原多项式,再得出主密钥。输入大数长度和份数可自行定义(默认是270位和不超过20份)。-Shamir secret sharing and recovery algorithm VC procedures, is the use of the plane could be decided k k-1 power of the polynomi
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:39140
    • 提供者:linvg
  1. secretshare_java

    0下载:
  2. Shamir秘密分享算法的java实现,主要是使用平面上k点可以决定k-1次方的多项式,以k点为门槛值,应用Lagrange多项式插入方法的技术,回复原多项式,再求出主密钥。-Shamir secret sharing algorithm to achieve the java, is the use of the plane could be decided k k-1 power of the polynomial, a k-value of the threshold, Applicati
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:4876
    • 提供者:linvg
  1. Shamir

    1下载:
  2. Shamir秘密分享算法的C#实现,主要是使用平面上k点可以决定k-1次方的多项式,以k点为门槛值,应用Lagrange多项式插入方法的技术,回复原多项式,再求出主密钥。-Shamir secret sharing algorithm to achieve the java, is the use of the plane could be decided k k-1 power of the polynomial, a k-value of the threshold, Application
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:2179347
    • 提供者:
  1. src

    2下载:
  2. shamir‘s secret sharing C语言源码,对密码分割合并实现秘密共享-shamir' s secret sharing C language source code for the password secret sharing to achieve the combined partition
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:246080
    • 提供者:iuhiuh
  1. ssss_rk

    0下载:
  2. shamir密钥共享机制的c语言实现,分割合并密钥,实现密钥的共享-shamir secret sharing mechanisms to achieve the c language, division of the combined key and realize the sharing of key
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-21
    • 文件大小:21101
    • 提供者:iuhiuh
  1. shamir

    1下载:
  2. 基于拉格朗日插值的一个密钥共享策略——Shamir-A secret sharing strategy based on Lagrange interpolation- Shamir
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1458330
    • 提供者:zhaobinnan
  1. RSA-SecretSharingScheme

    0下载:
  2. 于RsA密码体制,提出了一个新的(f,,1)门限秘密共享方案。在该方案中,秘密份额由各参与者自己 选择,秘密分发者不知道每个参与者所持有的份额,而且秘密份额长度与秘密长度相同。在秘密恢复过程中,每 个参与者能够验证其他参与者是否进行了欺骗。每个参与者只需维护一个秘密份额,就可以实现对多个秘密的共 享。方案的安全性是基于RSA密码体制和Shamir的(‘n)门限秘密共享方案的安全性。-Abstract:A new(f,n)thresh01d secret sharing scheme
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-16
    • 文件大小:361716
    • 提供者:徐晓刚
  1. Shamir

    0下载:
  2. Shamir的(k,n)门限秘密共享方案 Shamir提出秘密共享概念的同时,也分别给出了(k,n)门限秘密共享体制的概念。简单地说,设秘密通过秘密共享算法分发给个成员共享,每一个成员持有一个子密钥也称为影子或秘密碎片,如果满足: (1)任何不少于k个的合格成员通过所持有的正确的碎片都可以重构。 (2)任何k个以下的成员集都无法重构。 称这种方案为(k,n)门限秘密共享方案,简称为门限方案,k称为方案的门限值。 作为各种秘密共享方案中最简单实用的门限秘密共享方案,(k,n
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-21
    • 文件大小:214523
    • 提供者:zzq
  1. ssss.tar

    0下载:
  2. 一个秘密共享的js源代码,从别人个人主页拿来的。文档里有人家名字,使用请注明。-secret sharing of shamir, programmed by js.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-16
    • 文件大小:87382
    • 提供者:net_mouse_home
  1. main

    0下载:
  2. 图像秘密共享方法,应用shamir门限方案(2,3)方案进行试验,本文有认证,防篡改的功能-Image secret sharing method, application shamir threshold scheme (2,3) test program, the paper has certified, tamper-resistant feature
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:2637
    • 提供者:夏彬彬
  1. tiqushuju

    0下载:
  2. 经过shamir秘密共享后的秘密提取,其中有秘密比特的提取代码。-After shamir secret sharing secret after extraction, in which there is a secret code to extract bits.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:986
    • 提供者:夏彬彬
  1. secretsharp-code-14

    0下载:
  2. Secret Sharp是一个独特的安全工具,使您可以加密短小的基于文本的秘密,只能与两个或两个以上的密钥解密,这基本上作为密码。-Secret Sharp is a wizard based GUI for the Shamir Secret Sharing Algorithm provided by the crypto++ API. Secret Sharp replicates the functionality that ssss provides on unix.
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:476084
    • 提供者:Raymond Ho
  1. Shamir's Secret Sharing-JavaScript

    0下载:
  2. Shamir's Secret Sharing 秘密分享使用Javascr ipt实现(Shamir's Secret Sharing Secret Sharing USES Javascr ipt implementation)
  3. 所属分类:加密解密

    • 发布日期:2017-12-25
    • 文件大小:2048
    • 提供者:hkkhuang
  1. Shamir Secret Sharing

    1下载:
  2. shamir secret sharing加解密实现(shamir secret sharing encryption)
  3. 所属分类:加密解密

    • 发布日期:2018-04-22
    • 文件大小:27648
    • 提供者:masitian
  1. Shamir

    0下载:
  2. this is one of the secret share algorithm...for encrypting cloud data(this is one of the secret share algorithm...)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:5120
    • 提供者:sulabam
  1. 基于Shamir秘密共享的云端多副本审计

    0下载:
  2. 基于Shamir秘密共享的云端多副本数据持有性审计-20150605 基于Shamir秘密共享的云端多副本数据持有性审计-20150605(Cloud multi replica data holding audit -20150605 based on Shamir secret sharing)
  3. 所属分类:加密解密

    • 发布日期:2018-04-30
    • 文件大小:668672
    • 提供者:123wdw
搜珍网 www.dssz.com